home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / byteed.lha / byteeditor / ByteEd.doc < prev    next >
Text File  |  1992-11-09  |  6KB  |  212 lines

  1. Welcome to Byte Editor v.1.08 by Lukas Konias!
  2.  
  3. Contents
  4. ---------
  5.    1.Introduction
  6.  
  7.    2.Instructions
  8.      2.1 General control
  9.      2.2 Views
  10.      2.3 Special key combinations
  11.      2.4 Latest info
  12.  
  13.    3.Coming attractions
  14.  
  15.    4.Getting the source code
  16.  
  17.    5.Distribution
  18.  
  19.    6.Credits
  20.  
  21. -----------------------------------------------------------------
  22.  
  23. 1. Introduction
  24.  
  25.    Byte Editor is a resource editor. Its main purpose is to help you locate 
  26. quickly and easily specific bytes in any program or data file, and alter 
  27. them in the way you want. It is by far better than any other similar programs
  28. I have seen. It may be a little slower than editors written using C or 
  29. assembly, but it has other fascinating advantages: it is easy to use and 
  30. it is very versatile. For example, you can compare two data flies and look 
  31. in them for similarities.
  32.  
  33.   You can even use Byte Editor to cheat in games, by adding more lives,money
  34.  etc. I have used it to cheat in "Civilization" (but don't tell Microprose)
  35. and Migth&Magic III.
  36.  
  37.  
  38. 2. Instructions
  39.  
  40. 2.1 General control
  41.  
  42.        The main commands in Byte Editor are displayed on the upper half of
  43. the main screen:
  44.  
  45. -Load: I don't think this needs any explanation. It just loads a data file.
  46.  
  47. -Save: You guessed it! It saves a data file.
  48.  
  49. -Use: Click the little box  next to the use button to enable this option.
  50.       With this option enabled, the program locates the data you have 
  51.       entered and highlights it. 
  52.  
  53. -Condition: You enter the data you wish to look for into this field. 
  54.             The number must be in hexadecimal form.
  55.  
  56.   Every one of these commands exists twice, one for every memory bank. 
  57. That means that you can load and edit two files at a time. It also means 
  58. that you can search for data in both files.When both the use buttons are 
  59. selected, the program will highlight the data only if the condition 1 is 
  60. true for bank 1 and condition 2 for bank 2.
  61.  
  62. -Fast: When selected, it disables the use buttons. In this mode, no text is
  63.        highlighted, but the speed of the program is increased.
  64.  
  65. -Language: You can selecte the language the program uses to communicate with
  66.            you.
  67.  
  68.  
  69. 2.2 Views
  70.        You can find these buttons at the bottom of the screen.
  71.  
  72. -Start: By pressing this button, you go to the first line of the file in the
  73.         selected memory bank.
  74.  
  75. -End: This button transfers you to the last line of the file in the selected
  76.       memory bank.
  77.  
  78. -Up/Down: Using this buttons you can scroll up and down in the file in the
  79.           selected memory bank.
  80.  
  81. -Find: It finds the next highlighted text.Very slooooooow.
  82.  
  83. -Half/Full Screen: It toggles between the half and the full screen editor.
  84.                    Just try it out! In the full screen mode, there are no 
  85.                    general control buttons.
  86.  
  87. -Bank 1/ Bank 2: It toggles between  the two memory banks. The name of the 
  88.                  selected memory bank is displayed on the title bar of the 
  89.                  window in the lower part of the screen.
  90.  
  91.  
  92. 2.3 Special key combinations
  93.  
  94. These are actually key combinations of any Amos program,which I haven`t 
  95. disabled.
  96.  
  97. -Control - C :Exits from the program at any time.
  98.  
  99. -Left Amiga-A:Brings Workbench to the front.So you can multitask(sort of).
  100.               There are problems if you use another Amos program at the same
  101.               time.Press again to return to the Byte Editor.
  102.  
  103.  
  104. 2.4 Latest info
  105.  
  106. Due to last minute changes you have version 1.08.There are only small 
  107. differences from version 1.00.I removed some bugs,like a font problem 
  108. occurring when running the compiled version and replaced the standard Amos 
  109. requester with  my own.This proved to be more difficult than I thought but 
  110. it all looks much better now.I also discovered some bugs,which I will list 
  111. for you:
  112.  
  113. -Filenames with spaces in them won`t be accepted.Example "Byte Editor".
  114.  Use something like "Byte_Editor" instead.
  115.  
  116. -An error will occur if you have a really large directory with over 200 
  117.  entries(eg on a hard disc or a CD).
  118.  
  119. -If the file requester asks you to insert a disk and you don`t the program 
  120.  will be aborted.
  121.  
  122.  
  123. 3.Comming attractions
  124.  
  125. Here is a list with the features I intend to add in feature versions:
  126.  
  127. -No bugs!!!
  128.  
  129. -Faster search function.
  130.  
  131. -Ability to enter conditions in Hexadecimal,Decimal,Binary or ASCII and 
  132.  also convert between them.
  133.  
  134. -Make the screen updating faster.
  135.  
  136. -Byte,Word and Long word support.
  137.  
  138. -Block functions.
  139.  
  140. -And maybe use real intuition. 
  141.  
  142.  
  143. 4.Getting the source code.
  144.  
  145. You can send any amount of money you think appropriate,PD disk or some of 
  146. your own creations to me.In exchange you will get:
  147.  
  148. -The source code from Byte Editor 1.08
  149.  
  150. -My permission to use the parts written by me.
  151.  
  152. -The latest compiled version(if available)
  153.  
  154. -The german and/or greek documantation(sorry but I can`t speak any other 
  155.  language).
  156.  
  157. -If you want any feature included-just ask.Maybe I will be able to do it.
  158.  
  159. At this time I can only guarantee the first two.Also make sure you include 
  160. at least enough money for a disk and a postage-stamp.
  161.  
  162.  
  163. 5.Distribution
  164.  
  165.      Byte Editor is freeware.That means that you can copy it as many times
  166. as you like but you must include all files without alterations.The 
  167. copyright remains by me.
  168.  
  169.  
  170. 6. Credits
  171.  
  172.      This program has been created on an Commodore Amiga 1200HD/40 using 
  173. AMOS 1.35.It has been tested on an Amiga 500 and it runs almost error-free.
  174. It should run on any other Amiga too.
  175.  
  176.          WARNING! Make sure that you know what you are doing when you use 
  177. Byte Editor. Always make a copy of the file you want to edit. I cannot be 
  178. held responsible for any damage occurred by using this program.
  179.  
  180.           Programming by: Lukas Konias(blame me if you find any errors in 
  181.                                        this file as I have rewritten most 
  182.                                        of it)                                                  
  183.  
  184.           Help file written by: Tassos Chatzikonstantinou(a Macuser,actually)
  185.  
  186.            You can contact us at the following address:
  187.  
  188.  
  189.  
  190.   Lukas Konias  or   Lukas Konias/Zimmer 1206  
  191. GR-57010 Retziki     Zollrain 5  
  192. Thessaloniki         D-06124 Halle
  193. Greece               Germany
  194.  
  195. e-mail: smia1@mlucom2.urz.uni-halle.de
  196.  
  197. You can write to us in Greek, English or German.
  198.  
  199.  
  200. (c)1995 by Lukas Konias. All rights reserved.
  201.  
  202.  
  203. PS.I think I need a good Text Editor.Scribble is really useless.
  204.       
  205.  
  206.  
  207.  
  208.     
  209.  
  210.  
  211.  
  212.